Release 10.1A: OpenEdge Development:
Progress 4GL Reference
STANDALONE attribute
Determines the value of the standalone string in the XML declaration of a SAX-writer object.
Data type: LOGICAL Access: Readable/Writable Applies to: SAX-writer object handleYou can set the attribute to the value of the standalone string in the XML declaration. The default value is the Unknown value (
?). If the value is the Unknown value (?) then the standalone string will not appear in the XML declaration.Valid values of
standalonein the XML declaration are “yes” and “no”. If you set thestandalonevalue, then the standalone string appears in the XML declaration.
This attribute can be read at all times, but can only be written when the WRITE-STATUS is either SAX-WRITE-IDLE or SAX-WRITE-COMPLETE. That is, it can only be changed when the writer is not writing, otherwise it will fail and generate an error message.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |